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
Same here, version 1.0.6 wont build, there is no /dist folder in node_modules, when using
"@vippsno/plugin-azure-resources-backend": "1.0.5",
without ^ and ~ it works
Steps to reproduce
cd ./packages/backend
yarn add @vippsno/plugin-azure-resources-backend
In
./packages/backend/src/plugins
add a file namedazure-resources-backend.ts
with the contentIm using
""@vippsno/plugin-azure-resources-backend": "^1.0.6""
on Backstage
"version": "1.24.2"
After running
yarn dev
What i've tried: deleting all
node_modules
folders and runyarn install
, no successThe text was updated successfully, but these errors were encountered: