找到约 6137 条结果
  • npm WARN babel-loader@6.4.1 requires a peer of webpack@1 || 2 || ^2.1.0-beta || ^2.2.0-rc but none was installed.npm WARN babel-loader@6.4.1 requires a peer of webpack@1 || 2 || ^2.1.0-beta || ^2.2.0-rc but none was installed.npm WARN babel-loader@6.4.1 requires a peer of webpack@1 || 2 || ^2.1.0...
    2018-04-19
    1
  • root@xiangdong-virtual-machine:/home/xiangdong# sudo npm i -g @angular/cli/root/tools/node-v8.9.3-linux-x64/bin/ng -> /root/tools/node-v8.9.3-linux-x64/lib/node_modules/@angular/cli/bin/ng
    2017-12-20
    2
    ✓ 已解决
  • 即C:Users张洋WebstormProjectsreact_gallaryreact_gallary [master +19 ~2 -0 !]> yo -vreadline.js:991
    2016-11-16
  • 我正在尝试使用 npm install 在 Windows 10 中下载 Angular。当我在公司代理上时,我将代理配置为 username:password@server:port
    2022-10-12
    2
    ✓ 已解决
  • 目前在自学angularjs,在官网clone tutorial项目来学习,但是每次运行端对端测试都会超时。 配置文件protractor-conf.js`exports.config = { allScriptsTimeout: 11000,
    2015-07-24
    1
  • my-blog@1.0.0 dev /Users/huangning/Desktop/Blog/my-blogcross-env NODE_ENV=development nodemon server/index.js --watch server
    2019-08-06
    1
    ✓ 已解决
  • 用style-resources-loader自动注入scss样式时vue.config.js配置如图:在styles中scss公共样式如图最后在组件中@include hoverShadow; 引入运行时报错: {代码...} Why?and How?这万恶的sass-loader……
    2022-07-13
  • 可能是里面真正负责压缩的二进制程序版本、配置不同。如果使用了pngquant优化png,imagemin会运行node_modules\imagemin\node_modules\imagemin-pngquant\node_modules\pngquant-bin\vendor里面的pngquant。而如果用了optipng,imagemin会执行node_modules\imagemin\node_modules\imagemin-optipng\node_modules\optipng...
    2015-01-16
  • 为什么我的写了,还是这样子ERROR in ./node_modules/_cube-ui@1.9.2@cube-ui/src/common/helpers/instantiate-component.jsModule parse failed: Unexpected token (10:4)You may need an appropriate loader to handle this file type.| | const instance = new Vue({| ...options,| render(createElement) {| let chi...
    2018-05-18
  • {代码...} 如题,使用pm2启动项目时,报如上错误.使用node直接启动是好的. 网上搜了一下,没有发现什么解决方法,初入坑,求指教~
    2017-03-19
    1
    ✓ 已解决
  • 因为modules依赖是嵌套的。A依赖B,B依赖C,C又依赖D。然后就是node_modules/B/node_modules/C/node_modules/D。如果换下一个依赖,E依赖F,F依赖C,C又依赖D,然后是node_modules/E/node_modules/C/node_modules/D。个人拷贝代码时发现的问题,复制整个项目到u盘时发现,项目有几个G 我只写了几个界面而已。
    2018-06-06
  • 想着学习一下vue3,谁知道刚运行就一堆警告了,求教: {代码...} 项目的main.js写法: {代码...} router路由index.js写法: {代码...} 然后打开网页之后报的错:请教一下哪里写错了?
    2021-02-27
  • E:React_nativeGitHubPopular>npm installnpm WARN deprecated node-uuid@1.4.7: Use uuid module insteadnpm ERR! Cannot read property 'write' of nullnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: lodash@4.17.4 (node_modulesbabel-helper-regexnode_moduleslodash):npm WARN optional SKIPPING OPTIONAL D...
    2017-07-18
    1
  • npm install后 运行项目 ERROR in ./src/renderer/components/Pager/index.vue?vue&type=style&index=0&id=108d3b70&lang=scss&scoped=true& (./node_modules/css-loader!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/lib/loader.js!./node_modules/v...
    2019-06-19
    2
  • 全局执行是没有问题 {代码...} 但是放到script里面就不行了 package.json {代码...} .babelrc {代码...} 错误提示 {代码...} 非常感谢!
    2016-11-03
    4
  • 看不懂。。。log日志如下 {代码...}
    2023-05-02
    2
    ✓ 已解决
  • {代码...} 用hexo-deployer-ftpsync的时候报错,ftp服务器是ubuntu。 用客户端上传是可以的。 我知道了,是因为设置参数的时候:remote: ./demo 必须这样设置。
    2015-09-29
    1
    ✓ 已解决