This message was deleted.
# extensions
a
This message was deleted.
b
Hi @most-butcher-45295. I am not getting that error on Dashboard/Shell 🤔
Maybe it’s cache related? sometimes happens… can you do
git clean -fdx
? that should clear out the cache and
node_modules
(you’ll need to install them again)
m
I did what you suggested and run
yarn install
after.. then tried to run
yarn build-pkg [app-name]
still getting the same ts errors. even when building the package thru gitlab.. it throws this kinds of error.. I could message you my package.json and the whole error log from gitlab or my local build if you want. @busy-ability-54059
b
does this prevent you from doing a successful build of the extension? test with
yarn build-pkg ...
m
yes I did tried testing it with yarn build-pkg aswell it gave me same error..
b
You’ll have to open an issue on Rancher Dasboard https://github.com/rancher/dashboard with the label
area/extensions
. I don’t have the bandwidth to address this quickly. You should try another V3.x.x published version of shell for now. Here’s the published versions: https://www.npmjs.com/package/@rancher/shell?activeTab=versions I think a colleague is going to publish
3.0.2-rc.3
today as well 🤞
👀 1
Assign me and Jordon Leach to the issue, please 🙏
m
thanks! will do
b
btw, which version do you actually have installed? is it
3.0.1
? be sure to mention that on the issue
so that we can repro it
m
3.0.1
and yes I will provide everything..
b
the only quick test I could do was on Elemental where I am using
3.0.1-rc.4
and I don’t get any errors on build. Try to clone Elemental also and compare with yours if it doesn’t yield the same result 🤞
👀 1
m
will take a look. I will try to bump my shell version first and see it I still get the same errors
👍 1
I tried cloning the elemental-ui and tried to make a build and I had a successful build, however, when I tried the same shell version on my extension. I still get the same error.. >_<
b
that’s strange… 🤔 That doesn’t point to a shell problem then
m
I even tried running it thru gitlab, I still get the same error. I could send you the whole error log.. it started with error from
node_modules
so I'm not really sure as well. 🤔
b
have you tried shell 3.0.2-rc.3? same result?
m
I will try now 🙂
just an update, by removing other dependencies that I have, then adding them thru yarn solves the issue.. @busy-ability-54059
🙏 1