react-build-tutorial icon indicating copy to clipboard operation
react-build-tutorial copied to clipboard

一步一步搭建一个react项目环境

Results 4 react-build-tutorial issues
Sort by recently updated
recently updated
newest added

PC-194-iMac:application-two public1$ npm start > [email protected] start /Users/public1/Desktop/HTML-Study/application-two > node ./server/server.js events.js:167 throw er; // Unhandled 'error' event ^ Error: listen EADDRINUSE :::3000 at Server.setupListenHandle [as _listen2] (net.js:1330:14) at listenInCluster...

there is some errors when i use 'npm start', after install those dependencies it works ok. O(∩_∩)O

请问 app.less 文件可以直接导入么 ‘ import styles from "app.less" ’

[email protected] start /Users/andy/Desktop/react-build-tutorial/step7 > node ./server/server.js /Users/andy/Desktop/react-build-tutorial/step7/server/server.js:37 router.get('*', async (ctx, next) => { ^ SyntaxError: Unexpected token ( at Object.exports.runInThisContext (vm.js:73:16) at Module._compile (module.js:543:28) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:488:32)...