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
Command failed: /app/node_modules/.bin/npm install --no-audit --no-fund --production=false npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2fhydrofoil__shaperone-wc-material - Not found npm ERR! 404 npm ERR! 404 '@types/hydrofoil__shaperone-wc-material@latest' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 It was specified as a dependency of '9dca6c0588e5088f5162d4921d11d1b02185d963' npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. npm ERR! A complete log of this run can be found in: npm ERR! /home/.npm/_logs/2021-11-19T14_57_46_040Z-debug.log
📖 Reproduction steps
Add any of the below lines to a TS module:
import * as mwcComponents from '@hydrofoil/shaperone-wc-material/components'
import * as mwcComponents from '@hydrofoil/shaperone-wc-material/components.js'
import * as MaterialRenderStrategy from '@hydrofoil/shaperone-wc-material/renderer'
They are all existing modules and resolve fine
🙁 Current Behavior
The import gets highlighted with errors like
Cannot find module '@hydrofoil/shaperone-wc-material/components' or its corresponding type declarations.
wcd tries to dereference https://srv.divriots.com/typings/@hydrofoil/[email protected]/components?typings which fails because it looks for
@types/*
package🙂 Expected Behavior
Bundled types should be loaded as seen in https://unpkg.com/browse/@hydrofoil/[email protected]/components.d.ts
🔗 Link to the component
No response
🌐 What browser(s) are you seeing the problem on?
Chrome
Browser version(s)
No response
The text was updated successfully, but these errors were encountered: