sst / guide

Repo for guide.sst.dev
https://guide.sst.dev
MIT License
3.68k stars 446 forks source link

installing ES6/ES7(Babel and Webpack) on Window 7 #120

Open u8006082 opened 7 years ago

u8006082 commented 7 years ago

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"})

jayair commented 7 years ago

@u8006082 Hmm, these seem like warnings. Did these commands fail to update your package.json after they completed?

u8006082 commented 7 years ago

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.

jayair commented 7 years ago

@u8006082 If things are created fine then I think you should be good to go.