You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I check out the project, npm install, npm run start and open the sample in the browser (tried both Firefox and Chromium), I don't get a functional sample:
Parcel has some [misunderstandings between script tags declared as es module](parcel-bundler/parcel#1401) and it's cascading into the build as console errors inkandswitch#22inkandswitch#21
Removing the attribute sorts this out. until they fix it in Parcel.
When I check out the project,
npm install
,npm run start
and open the sample in the browser (tried both Firefox and Chromium), I don't get a functional sample:And in the javascript console:
npm run test
is fine, node v14.18.1, npm 6.14.15the
global
seems to have been removed from buffer between 4.x and 5.0 (in feross/buffer@8746070#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346R41), butnode-libs-browser
is still on 4.x and not interested in updating.The text was updated successfully, but these errors were encountered: