mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-01 17:29:11 +00:00
Resolving build issues, and updated ReadME
This commit is contained in:
parent
fdf5419ed2
commit
315bad790f
@ -54,6 +54,10 @@ If the problem still persists,
|
|||||||
- in the command-line run:
|
- in the command-line run:
|
||||||
- `npm install`
|
- `npm install`
|
||||||
- `gulp serve`
|
- `gulp serve`
|
||||||
|
- if using spfx-fast-serve, in the command-line run:
|
||||||
|
- `spfx-fast-serve`
|
||||||
|
- `Press enter if prompted to install node modules (will run npm install)`
|
||||||
|
- `npm run serve`
|
||||||
|
|
||||||
> This sample can also be opened with [VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). Visit https://aka.ms/spfx-devcontainer for further instructions.
|
> This sample can also be opened with [VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). Visit https://aka.ms/spfx-devcontainer for further instructions.
|
||||||
|
|
||||||
|
9878
samples/react-flow-dashboard/package-lock.json
generated
9878
samples/react-flow-dashboard/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,7 @@
|
|||||||
"build": "gulp bundle",
|
"build": "gulp bundle",
|
||||||
"clean": "gulp clean",
|
"clean": "gulp clean",
|
||||||
"test": "gulp test",
|
"test": "gulp test",
|
||||||
"serve": "gulp serve"
|
"serve": "fast-serve"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluentui/react": "8.106.4",
|
"@fluentui/react": "8.106.4",
|
||||||
@ -42,6 +42,7 @@
|
|||||||
"eslint": "8.57.0",
|
"eslint": "8.57.0",
|
||||||
"eslint-plugin-react-hooks": "4.3.0",
|
"eslint-plugin-react-hooks": "4.3.0",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"typescript": "4.7.4"
|
"typescript": "4.7.4",
|
||||||
|
"spfx-fast-serve-helpers": "~1.20.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
import { Panel, PanelType } from 'office-ui-fabric-react';
|
import { Panel, PanelType } from '@fluentui/react';
|
||||||
import { IReactFlowRunHistoryProps } from './IReactFlowRunHistoryProps';
|
import { IReactFlowRunHistoryProps } from './IReactFlowRunHistoryProps';
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user