简体   繁体   中英

Odd Websocket Error at Build Time - “Unable to Resolve websocket/lib/BufferUtil”?

Even though I have Websocket installed, at build time, using the Meteor build tool, I'm getting this console error:

Unable to resolve some modules:

  "../build/Release/bufferutil" in /Volumes/RAM Disk/myWebApp/node_modules/websocket/lib/BufferUtil.js (os.osx.x86_64)
  "../build/default/bufferutil" in /Volumes/RAM Disk/myWebApp/node_modules/websocket/lib/BufferUtil.js (os.osx.x86_64)
  "../build/Release/validation" in /Volumes/RAM Disk/myWebApp/node_modules/websocket/lib/Validation.js (os.osx.x86_64)
  "../build/default/validation" in /Volumes/RAM Disk/myWebApp/node_modules/websocket/lib/Validation.js (os.osx.x86_64)

What might be causing this?

It looks like this is just a warning, not a fatal error.

https://github.com/meteor/meteor/issues/6601

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM