Open u8006082 opened 7 years ago
@u8006082 Hmm, these seem like warnings. Did these commands fail to update your package.json
after they completed?
the package.json is updated including package-lock.json. it is first time to install and not sure if it is OK with the warning. Thanks for your input.
@u8006082 If things are created fine then I think you should be good to go.
When I am running following commands based on http://serverless-stack.com. I got errors. Does it mean it will not support Window 7? or I need to run different command on Windows 7? or it is OK to ignore? or there are something work around?
========== Commands =========== $ npm install --save-dev babel-core babel-loader babel-plugin-transform-runtime babel-preset-es2015 babel-preset-stage-3 serverless-webpack glob webpack webpack-node-externals
$ npm install --save babel-runtime$ npm install --save babel-runtime
========== Errors ================ npm WARN notes-app-api@1.0.0 No description npm WARN notes-app-api@1.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules\fse vents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@ 1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})