react-starter-kit icon indicating copy to clipboard operation
react-starter-kit copied to clipboard

npm start error

Open ruoru opened this issue 8 years ago • 0 comments

my environment is:

//mac OS
➜  Repositories node -v
v8.10.0
➜  Repositories npm -v
5.6.0

if u meet this error:

ERROR in ENOENT: no such file or directory, scandir '/Users/ruoru/Repositories/react-starter-kit/node_modules/node-sass/vendor'
 @ ./src/routes/Home/components/HomeView.scss 4:14-212 13:2-17:4 14:20-218

ERROR in ENOENT: no such file or directory, scandir '/Users/ruoru/Repositories/react-starter-kit/node_modules/node-sass/vendor'
 @ ./src/layouts/CoreLayout/CoreLayout.scss 4:14-205 13:2-17:4 14:20-211

ERROR in ENOENT: no such file or directory, scandir '/Users/ruoru/Repositories/react-starter-kit/node_modules/node-sass/vendor'
 @ ./src/styles/core.scss 4:14-190 13:2-17:4 14:20-196

ERROR in ENOENT: no such file or directory, scandir '/Users/ruoru/Repositories/react-starter-kit/node_modules/node-sass/vendor'
 @ ./src/routes/PageNotFound/components/PageNotFound.scss 4:14-216 13:2-17:4 14:20-222

ERROR in ENOENT: no such file or directory, scandir '/Users/ruoru/Repositories/react-starter-kit/node_modules/node-sass/vendor'
 @ ./src/routes/Zen/components/Zen.scss 4:14-207 13:2-17:4 14:20-213

ERROR in ENOENT: no such file or directory, scandir '/Users/ruoru/Repositories/react-starter-kit/node_modules/node-sass/vendor'
 @ ./src/components/Header/Header.scss 4:14-201 13:2-17:4 14:20-207

run npm install --save-dev node-sass will be ok.

ruoru avatar Apr 26 '18 09:04 ruoru