我使用ncu(npm check updates)更新了npm包。在更新所有软件包之后,构建过程会抛出错误。
完成我的gulp任务并删除一个名为" Precss"的PostCSS插件后,一切正常。我也试过将这个插件单独恢复到旧版本,它可以工作。
不幸的是,Precss是我需要的主要插件,以便在我的CSS中使用类似SASS的功能。这个插件必须有最新版本,因为另一个名为postcss-calc的插件依赖于Precss插件。
以下是引发的错误:
Node#before is deprecated. Use Node#raws.before
(node:8447) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot set property 'parent' of undefined
(node:8447) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot set property 'parent' of undefined
(node:8447) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): TypeError: Cannot set property 'parent' of undefined
(node:8447) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 4): TypeError: Cannot set property 'parent' of undefined
(node:8447) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 5): TypeError: Cannot set property 'parent' of undefined
(node:8447) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 6): TypeError: Cannot set property 'parent' of undefined
(node:8447) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 7): TypeError: Cannot set property 'parent' of undefined
(node:8447) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 8): TypeError: Cannot set property 'parent' of undefined
(node:8447) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 9): TypeError: Cannot set property 'parent' of undefined
(node:8447) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 10): TypeError: Cannot set property 'parent' of undefined
答案 0 :(得分:0)
我刚才有同样的问题,通过我的package.json中的修复依赖项解决,而不是使用'latest'版本......
有我的模块版本,希望它有所帮助:
$ npm list --depth=0
├── autoprefixer@6.7.7
├── browser-sync@2.18.11
├── gulp@3.9.1
├── gulp-autoprefixer@3.1.1
├── gulp-clean@0.3.2
├── gulp-concat@2.6.1
├── gulp-concat-css@2.3.0
├── gulp-cssbeautify@0.1.3
├── gulp-cssnano@2.1.2
├── gulp-csso@3.0.0
├── gulp-load-plugins@1.5.0
├── gulp-notify@2.2.0
├── gulp-plumber@1.1.0
├── gulp-postcss@6.4.0
├── gulp-rename@1.2.2
├── gulp-sourcemaps@2.4.1
├── postcss-sorting@2.0.1
└── precss@1.4.0