pug compatibility broken by v1.0.7
See original GitHub issueAfter upgrading vuetify-loader to 1.0.7 my app (using pug templates) is broken. Webpack fails with this error message:
(node:90991) UnhandledPromiseRejectionWarning: Error: Module "pug" required by "vuetify-loader" not found. Please run: npm install pug@'^2.0.0' --save
at realRequire (/Users/ledermann/Projects/myapp/node_modules/codependency/index.js:146:9)
at requirePeer (/Users/ledermann/Projects/myapp/node_modules/codependency/index.js:326:10)
at Object.module.exports (/Users/ledermann/Projects/myapp/node_modules/vuetify-loader/lib/loader.js:43:21)
at process.internalTickCallback (internal/process/next_tick.js:77:7)
(node:90991) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:90991) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
With 1.0.6 it works fine. It seems to be caused by #28.
I’m using Yarn, the packages pug
and pug-plain-loader
are in my devDependencies.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:9
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Falcon Payload User's Guide - SpaceX
Payload customers must ensure that payload materials or components sensitive to RF environments are compatible with the worst-case Falcon 9 (Figure 4-13 and ......
Read more >Vrchat shark avatar - Spendy Market
Model Description This model is compatible with Unity's Humanoid format. you can see ... inside the Great Pug bar — VRChat's most recognized...
Read more >Tempered talon - CiCa creazioni artistiche
Compatible with: 2017-2021 POLARIS RANGER 1000/ XP 1000 Crew . ... Pug information including personality, history, grooming, pictures, videos, ...
Read more >vrchat assets free
Vrchat Assets Free#Free 3d models for vrchat free. Find Asset vrchat servers you're interested in, and find new people to chat with! Blog....
Read more >Opta api - Musicante Shop
Banish broken links from your blog. ... POST /api/v1/users. ... to be easier to write and read for text documents and you could...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same issue. After setting the version of
vuetify-loader
to 1.0.6, it works again.Sorry, this slipped under my radar. I’ll try to remember to look at it sometime over the weekend.